DX11 SET RASTERIZER STATE ANTIALIASED LINE ENABLED

Sets whether to enable line anti-aliasing or not.
Note that this is only relevant when drawing to render targets that support anti-aliasing.

  Syntax
DX11 SET RASTERIZER STATE ANTIALIASED LINE ENABLED rasterState, enable
  Parameters
rasterState
Dword
The rasterizer state to enable / disable line anti-aliasing of.
enable
Boolean
Set to true to enable anti-aliased line drawing, or false to disable it.

  Returns

This function does not return a value.

  See also

RASTERIZERSTATE Functions Menu
DX11 Function Categories